HADOOP-18139. Allow configuration of zookeeper server principal.#4024
Closed
omalley wants to merge 2 commits intoapache:branch-3.3from
Closed
HADOOP-18139. Allow configuration of zookeeper server principal.#4024omalley wants to merge 2 commits intoapache:branch-3.3from
omalley wants to merge 2 commits intoapache:branch-3.3from
Conversation
8b3377a to
9bb1220
Compare
Cherry-picked from 8b3377a9 by Owen O'Malley Cherry-picked from ccbdc3cf by Owen O'Malley
9bb1220 to
450528f
Compare
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
simbadzina
reviewed
Feb 24, 2022
...rc/main/java/org/apache/hadoop/security/token/delegation/ZKDelegationTokenSecretManager.java
Outdated
Show resolved
Hide resolved
simbadzina
requested changes
Feb 24, 2022
...mon-project/hadoop-common/src/main/java/org/apache/hadoop/util/curator/ZKCuratorManager.java
Outdated
Show resolved
Hide resolved
Contributor
Author
|
I looked into adding unit tests, but the test zookeeper instance that the unit tests use doesn't support security, so it can't test this patch, which only matters if the zookeeper service is running with kerberos authentication. |
goiri
approved these changes
Feb 24, 2022
|
💔 -1 overall
This message was automatically generated. |
omalley
added a commit
that referenced
this pull request
Feb 24, 2022
Fixes #4024 Signed-off-by: Owen O'Malley <oomalley@linkedin.com>
cbaenziger
pushed a commit
to cbaenziger/hadoop
that referenced
this pull request
Mar 8, 2022
Fixes apache#4024 Signed-off-by: Owen O'Malley <oomalley@linkedin.com>
HarshitGupta11
pushed a commit
to HarshitGupta11/hadoop
that referenced
this pull request
Nov 28, 2022
Fixes apache#4024 Signed-off-by: Owen O'Malley <oomalley@linkedin.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of PR
This change allows RBF routers to configure the principal the ZK servers run as.
How was this patch tested?
Running in an integration cluster.